FormData

fun FormData(vararg entries: StringEntry): FormData
fun FormData(vararg entries: StringEntry): FormData

Creates a new instance of FormData with the given entries.

Since

8.0.0

Parameters

entries

Key to string value pairs that represent segments of form data, for example, a form field content.